home *** CD-ROM | disk | FTP | other *** search
/ 1st Multimedia Mac Shareware / Multimedia Shareware CD-ROM - BetaCorp.iso / Businessƒ / WFT File Index System / Sample File Stacks / A thru Z File Stack / cards.xml < prev    next >
Encoding:
Text File  |  1992-08-12  |  21.2 KB  |  443 lines

  1. card_3933.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>3933</id>
  6.     <filler1>0</filler1>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <owner>2562</owner>
  11.     <link rel="stylesheet" type="text/css" href="stylesheet_4416.css" />
  12.     <content>
  13.         <layer>background</layer>
  14.         <id>19</id>
  15.         <text>Jones, Ellen K.          10Jun82     DE       Accountant
  16.   #12345
  17.   123 S. State St
  18.   Anywhere, TX 33333
  19. James, Frank L.          15Jun82     AR       Purchaser
  20.   #98765
  21.   123 S. State St
  22.   Anyplace, AL 22222
  23. Nathan, Tony A.          01Jul83     CF       President
  24.   #02468
  25.   123 S. State St
  26.   Anything, AK 11111
  27. Franklin, Mary R.        23Nov83     GC       CEO
  28.   #13579
  29.   123 S. State St
  30.   Anyhow, MD 00000
  31. </text>
  32.     </content>
  33.     <content>
  34.         <layer>background</layer>
  35.         <id>39</id>
  36.         <text>Employee List</text>
  37.     </content>
  38.     <content>
  39.         <layer>background</layer>
  40.         <id>40</id>
  41.         <text>Subject                          Date       Initials    Description</text>
  42.     </content>
  43.     <content>
  44.         <layer>background</layer>
  45.         <id>43</id>
  46.         <text>Name, Employee#, Hire Date, Address</text>
  47.     </content>
  48.     <name></name>
  49.     <script>-- Button Messages Only
  50.  
  51. on newButton
  52. pass newButton
  53. end newButton
  54.  
  55. on deletButton
  56. pass deletButton
  57. end deletButton
  58.  
  59. on mouseDown
  60. pass mouseDown
  61. end mouseDown
  62.  
  63. on mouseStillDown
  64. pass mouseStillDown
  65. end mouseStillDown
  66.  
  67. on mouseUp
  68. pass mouseUp
  69. end mouseUp
  70.  
  71. on mouseEnter
  72. pass mouseEnter
  73. end mouseEnter
  74.  
  75. on mouseWithin
  76. pass mouseWithin
  77. end mouseWithin
  78.  
  79. on mouseLeave
  80. pass mouseLeave
  81. end mouseLeave
  82.  
  83. -- Field Messages Only
  84.  
  85. on newField
  86. pass newField
  87. end newField
  88.  
  89. on deleteField
  90. pass deleteField
  91. end deleteField
  92.  
  93. on openField
  94. pass openField
  95. end openField
  96.  
  97. on closeField
  98. pass closeField
  99. end closeField
  100.  
  101. on mouseDown
  102. pass mouseDown
  103. end mouseDown
  104.  
  105. on mouseStillDown
  106. pass mouseStillDown
  107. end mouseStillDown
  108.  
  109. on mouseUp
  110. pass mouseUp
  111. end mouseUp
  112.  
  113. on mouseEnter
  114. pass mouseEnter
  115. end mouseEnter
  116.  
  117. on mouseWithin
  118. pass mouseWithin
  119. end mouseWithin
  120.  
  121. on mouseLeave
  122. pass mouseLeave
  123. end mouseLeave
  124.  
  125. -- Card Meesages Only
  126.  
  127. on newCard
  128. pass newCard
  129. end newCard
  130.  
  131. on deleteCard
  132. pass deleteCard
  133. end deleteCard
  134.  
  135. on openCard
  136. pass openCard
  137. end openCard
  138.  
  139. on closeCard
  140. pass closeCard
  141. end closeCard
  142.  
  143. on mouseDown
  144. pass mouseDown
  145. end mouseDown
  146.  
  147. on mouseStillDown
  148. pass mouseStillDown
  149. end mouseStillDown
  150.  
  151. on mouseUp
  152. pass mouseUp
  153. end mouseUp
  154.  
  155. on startUp
  156. pass startUp
  157. end startUp
  158.  
  159. on idle
  160. pass idle
  161. end idle
  162.  
  163. on returnKey
  164. pass returnKey
  165. end returnKey
  166.  
  167. on enterKey
  168. pass enterKey
  169. end enterKey
  170.  
  171. on tabKey
  172. pass tabKey
  173. end tabKey
  174.  
  175. on cantUnderstand
  176. pass cantUnderstand
  177. end cantUnderstand
  178.  
  179. on arrowKey whichKey
  180. pass arrowKey
  181. end arrowKey
  182.  
  183. on functionKey theParameter
  184. pass functionKey
  185. end functionKey
  186.  
  187. on controlKey theParameter
  188. pass controlKey
  189. end controlKey
  190.  
  191. on newBackground
  192. pass newBackground
  193. end newBackground
  194.  
  195. on deleteBackground
  196. pass deleteBackground
  197. end deleteBackground
  198.  
  199. on openBackground
  200. pass openBackground
  201. end openBackground
  202.  
  203. on closeBackground
  204. pass closeBackground
  205. end closeBackground
  206.  
  207. on newStack
  208. pass newStack
  209. end newStack
  210.  
  211. on deleteStack
  212. pass deleteStack
  213. end deleteStack
  214.  
  215. on openStack
  216. pass openStack
  217. end openStack
  218.  
  219. on closeStack
  220. pass closeStack
  221. end closeStack
  222.  
  223. on help
  224. pass help
  225. end help
  226.  
  227. on suspend
  228. pass suspend
  229. end suspend
  230.  
  231. on resume
  232. pass resume
  233. end resume
  234.  
  235. on quit
  236. pass quit
  237. end quit
  238.  
  239. </script>
  240. </card>
  241.  
  242.  
  243. card_3640.xml
  244. <?xml version="1.0" encoding="utf-8" ?>
  245. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  246. <card>
  247.     <id>3640</id>
  248.     <filler1>0</filler1>
  249.     <cantDelete> <false /> </cantDelete>
  250.     <showPict> <true /> </showPict>
  251.     <dontSearch> <false /> </dontSearch>
  252.     <owner>2562</owner>
  253.     <link rel="stylesheet" type="text/css" href="stylesheet_4416.css" />
  254.     <part>
  255.         <id>7</id>
  256.         <type>button</type>
  257.         <visible> <true /> </visible>
  258.         <reserved5> 0 </reserved5>
  259.         <reserved4> 0 </reserved4>
  260.         <reserved3> 0 </reserved3>
  261.         <reserved2> 0 </reserved2>
  262.         <reserved1> 0 </reserved1>
  263.         <enabled> <true /> </enabled>
  264.         <rect>
  265.             <left>431</left>
  266.             <top>315</top>
  267.             <right>457</right>
  268.             <bottom>342</bottom>
  269.         </rect>
  270.         <style>transparent</style>
  271.         <showName> <false /> </showName>
  272.         <highlight> <false /> </highlight>
  273.         <autoHighlight> <true /> </autoHighlight>
  274.         <sharedHighlight> <true /> </sharedHighlight>
  275.         <family>0</family>
  276.         <titleWidth>0</titleWidth>
  277.         <icon>1014</icon>
  278.         <textAlign>center</textAlign>
  279.         <font>Chicago</font>
  280.         <textSize>12</textSize>
  281.         <textStyle>plain</textStyle>
  282.         <name>Prev</name>
  283.         <script>on mouseUp
  284. visual effect scroll right
  285. go to first
  286. end mouseUp
  287. </script>
  288.     </part>
  289.     <content>
  290.         <layer>background</layer>
  291.         <id>19</id>
  292.         <text>Birthplace               24MAY85      GC      Time, date, location
  293. Family Album             24MAY85      GC      Photos, legal documents
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304.  
  305.  
  306.  
  307.  
  308. </text>
  309.     </content>
  310.     <content>
  311.         <layer>background</layer>
  312.         <id>39</id>
  313.         <text>Alexander, Timothy R.</text>
  314.     </content>
  315.     <content>
  316.         <layer>background</layer>
  317.         <id>40</id>
  318.         <text>Subject                          Date       Initials    Description</text>
  319.     </content>
  320.     <content>
  321.         <layer>background</layer>
  322.         <id>43</id>
  323.         <text>Autobiography</text>
  324.     </content>
  325.     <name></name>
  326.     <script>-- Button Messages Only
  327.  
  328. on newButton
  329. pass newButton
  330. end newButton
  331.  
  332. on deletButton
  333. pass deletButton
  334. end deletButton
  335.  
  336. on mouseDown
  337. pass mouseDown
  338. end mouseDown
  339.  
  340. on mouseStillDown
  341. pass mouseStillDown
  342. end mouseStillDown
  343.  
  344. on mouseUp
  345. pass mouseUp
  346. end mouseUp
  347.  
  348. on mouseEnter
  349. pass mouseEnter
  350. end mouseEnter
  351.  
  352. on mouseWithin
  353. pass mouseWithin
  354. end mouseWithin
  355.  
  356. on mouseLeave
  357. pass mouseLeave
  358. end mouseLeave
  359.  
  360. -- Field Messages Only
  361.  
  362. on newField
  363. pass newField
  364. end newField
  365.  
  366. on deleteField
  367. pass deleteField
  368. end deleteField
  369.  
  370. on openField
  371. pass openField
  372. end openField
  373.  
  374. on closeField
  375. pass closeField
  376. end closeField
  377.  
  378. on mouseDown
  379. pass mouseDown
  380. end mouseDown
  381.  
  382. on mouseStillDown
  383. pass mouseStillDown
  384. end mouseStillDown
  385.  
  386. on mouseUp
  387. pass mouseUp
  388. end mouseUp
  389.  
  390. on mouseEnter
  391. pass mouseEnter
  392. end mouseEnter
  393.  
  394. on mouseWithin
  395. pass mouseWithin
  396. end mouseWithin
  397.  
  398. on mouseLeave
  399. pass mouseLeave
  400. end mouseLeave
  401.  
  402. -- Card Meesages Only
  403.  
  404. on newCard
  405. pass newCard
  406. end newCard
  407.  
  408. on deleteCard
  409. pass deleteCard
  410. end deleteCard
  411.  
  412. on openCard
  413. pass openCard
  414. end openCard
  415.  
  416. on closeCard
  417. pass closeCard
  418. end closeCard
  419.  
  420. on mouseDown
  421. pass mouseDown
  422. end mouseDown
  423.  
  424. on mouseStillDown
  425. pass mouseStillDown
  426. end mouseStillDown
  427.  
  428. on mouseUp
  429. pass mouseUp
  430. end mouseUp
  431.  
  432. on startUp
  433. pass startUp
  434. end startUp
  435.  
  436. on idle
  437. pass idle
  438. end idle
  439.  
  440. on returnKey
  441. pass returnKey
  442. end returnKey
  443.  
  444. on enterKey
  445. pass enterKey
  446. end enterKey
  447.  
  448. on tabKey
  449. pass tabKey
  450. end tabKey
  451.  
  452. on cantUnderstand
  453. pass cantUnderstand
  454. end cantUnderstand
  455.  
  456. on arrowKey whichKey
  457. pass arrowKey
  458. end arrowKey
  459.  
  460. on functionKey theParameter
  461. pass functionKey
  462. end functionKey
  463.  
  464. on controlKey theParameter
  465. pass controlKey
  466. end controlKey
  467.  
  468. on newBackground
  469. pass newBackground
  470. end newBackground
  471.  
  472. on deleteBackground
  473. pass deleteBackground
  474. end deleteBackground
  475.  
  476. on openBackground
  477. pass openBackground
  478. end openBackground
  479.  
  480. on closeBackground
  481. pass closeBackground
  482. end closeBackground
  483.  
  484. on newStack
  485. pass newStack
  486. end newStack
  487.  
  488. on deleteStack
  489. pass deleteStack
  490. end deleteStack
  491.  
  492. on openStack
  493. pass openStack
  494. end openStack
  495.  
  496. on closeStack
  497. pass closeStack
  498. end closeStack
  499.  
  500. on help
  501. pass help
  502. end help
  503.  
  504. on suspend
  505. pass suspend
  506. end suspend
  507.  
  508. on resume
  509. pass resume
  510. end resume
  511.  
  512. on quit
  513. pass quit
  514. end quit
  515.  
  516. </script>
  517. </card>
  518.  
  519.  
  520. card_2556.xml
  521. <?xml version="1.0" encoding="utf-8" ?>
  522. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  523. <card>
  524.     <id>2556</id>
  525.     <filler1>0</filler1>
  526.     <cantDelete> <false /> </cantDelete>
  527.     <showPict> <true /> </showPict>
  528.     <dontSearch> <false /> </dontSearch>
  529.     <owner>2562</owner>
  530.     <link rel="stylesheet" type="text/css" href="stylesheet_4416.css" />
  531.     <content>
  532.         <layer>background</layer>
  533.         <id>40</id>
  534.         <text>Subject                          Date       Initials    Description</text>
  535.     </content>
  536.     <name>Template</name>
  537.     <script>-- Button Messages Only
  538.  
  539. on newButton
  540. pass newButton
  541. end newButton
  542.  
  543. on deletButton
  544. pass deletButton
  545. end deletButton
  546.  
  547. on mouseDown
  548. pass mouseDown
  549. end mouseDown
  550.  
  551. on mouseStillDown
  552. pass mouseStillDown
  553. end mouseStillDown
  554.  
  555. on mouseUp
  556. pass mouseUp
  557. end mouseUp
  558.  
  559. on mouseEnter
  560. pass mouseEnter
  561. end mouseEnter
  562.  
  563. on mouseWithin
  564. pass mouseWithin
  565. end mouseWithin
  566.  
  567. on mouseLeave
  568. pass mouseLeave
  569. end mouseLeave
  570.  
  571. -- Field Messages Only
  572.  
  573. on newField
  574. pass newField
  575. end newField
  576.  
  577. on deleteField
  578. pass deleteField
  579. end deleteField
  580.  
  581. on openField
  582. pass openField
  583. end openField
  584.  
  585. on closeField
  586. pass closeField
  587. end closeField
  588.  
  589. on mouseDown
  590. pass mouseDown
  591. end mouseDown
  592.  
  593. on mouseStillDown
  594. pass mouseStillDown
  595. end mouseStillDown
  596.  
  597. on mouseUp
  598. pass mouseUp
  599. end mouseUp
  600.  
  601. on mouseEnter
  602. pass mouseEnter
  603. end mouseEnter
  604.  
  605. on mouseWithin
  606. pass mouseWithin
  607. end mouseWithin
  608.  
  609. on mouseLeave
  610. pass mouseLeave
  611. end mouseLeave
  612.  
  613. -- Card Meesages Only
  614.  
  615. on newCard
  616. pass newCard
  617. end newCard
  618.  
  619. on deleteCard
  620. pass deleteCard
  621. end deleteCard
  622.  
  623. on openCard
  624. pass openCard
  625. end openCard
  626.  
  627. on closeCard
  628. pass closeCard
  629. end closeCard
  630.  
  631. on mouseDown
  632. pass mouseDown
  633. end mouseDown
  634.  
  635. on mouseStillDown
  636. pass mouseStillDown
  637. end mouseStillDown
  638.  
  639. on mouseUp
  640. pass mouseUp
  641. end mouseUp
  642.  
  643. on startUp
  644. pass startUp
  645. end startUp
  646.  
  647. on idle
  648. pass idle
  649. end idle
  650.  
  651. on returnKey
  652. pass returnKey
  653. end returnKey
  654.  
  655. on enterKey
  656. pass enterKey
  657. end enterKey
  658.  
  659. on tabKey
  660. pass tabKey
  661. end tabKey
  662.  
  663. on cantUnderstand
  664. pass cantUnderstand
  665. end cantUnderstand
  666.  
  667. on arrowKey whichKey
  668. pass arrowKey
  669. end arrowKey
  670.  
  671. on functionKey theParameter
  672. pass functionKey
  673. end functionKey
  674.  
  675. on controlKey theParameter
  676. pass controlKey
  677. end controlKey
  678.  
  679. on newBackground
  680. pass newBackground
  681. end newBackground
  682.  
  683. on deleteBackground
  684. pass deleteBackground
  685. end deleteBackground
  686.  
  687. on openBackground
  688. pass openBackground
  689. end openBackground
  690.  
  691. on closeBackground
  692. pass closeBackground
  693. end closeBackground
  694.  
  695. on newStack
  696. pass newStack
  697. end newStack
  698.  
  699. on deleteStack
  700. pass deleteStack
  701. end deleteStack
  702.  
  703. on openStack
  704. pass openStack
  705. end openStack
  706.  
  707. on closeStack
  708. pass closeStack
  709. end closeStack
  710.  
  711. on help
  712. pass help
  713. end help
  714.  
  715. on suspend
  716. pass suspend
  717. end suspend
  718.  
  719. on resume
  720. pass resume
  721. end resume
  722.  
  723. on quit
  724. pass quit
  725. end quit
  726.  
  727. </script>
  728. </card>
  729.  
  730.  
  731. card_4699.xml
  732. <?xml version="1.0" encoding="utf-8" ?>
  733. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  734. <card>
  735.     <id>4699</id>
  736.     <filler1>0</filler1>
  737.     <cantDelete> <false /> </cantDelete>
  738.     <showPict> <true /> </showPict>
  739.     <dontSearch> <false /> </dontSearch>
  740.     <owner>2562</owner>
  741.     <link rel="stylesheet" type="text/css" href="stylesheet_4416.css" />
  742.     <part>
  743.         <id>1</id>
  744.         <type>button</type>
  745.         <visible> <true /> </visible>
  746.         <reserved5> 0 </reserved5>
  747.         <reserved4> 0 </reserved4>
  748.         <reserved3> 0 </reserved3>
  749.         <reserved2> 0 </reserved2>
  750.         <reserved1> 0 </reserved1>
  751.         <enabled> <true /> </enabled>
  752.         <rect>
  753.             <left>0</left>
  754.             <top>292</top>
  755.             <right>512</right>
  756.             <bottom>342</bottom>
  757.         </rect>
  758.         <style>opaque</style>
  759.         <showName> <false /> </showName>
  760.         <highlight> <false /> </highlight>
  761.         <autoHighlight> <false /> </autoHighlight>
  762.         <sharedHighlight> <true /> </sharedHighlight>
  763.         <family>0</family>
  764.         <titleWidth>0</titleWidth>
  765.         <icon>0</icon>
  766.         <textAlign>center</textAlign>
  767.         <font>Chicago</font>
  768.         <textSize>12</textSize>
  769.         <textStyle>plain</textStyle>
  770.         <name>coverUp button</name>
  771.         <script></script>
  772.     </part>
  773.     <part>
  774.         <id>3</id>
  775.         <type>button</type>
  776.         <visible> <true /> </visible>
  777.         <reserved5> 0 </reserved5>
  778.         <reserved4> 0 </reserved4>
  779.         <reserved3> 0 </reserved3>
  780.         <reserved2> 0 </reserved2>
  781.         <reserved1> 0 </reserved1>
  782.         <enabled> <true /> </enabled>
  783.         <rect>
  784.             <left>0</left>
  785.             <top>15</top>
  786.             <right>512</right>
  787.             <bottom>66</bottom>
  788.         </rect>
  789.         <style>opaque</style>
  790.         <showName> <false /> </showName>
  791.         <highlight> <false /> </highlight>
  792.         <autoHighlight> <false /> </autoHighlight>
  793.         <sharedHighlight> <true /> </sharedHighlight>
  794.         <family>0</family>
  795.         <titleWidth>0</titleWidth>
  796.         <icon>0</icon>
  797.         <textAlign>center</textAlign>
  798.         <font>Chicago</font>
  799.         <textSize>12</textSize>
  800.         <textStyle>plain</textStyle>
  801.         <name>coverUp button</name>
  802.         <script></script>
  803.     </part>
  804.     <part>
  805.         <id>4</id>
  806.         <type>field</type>
  807.         <visible> <true /> </visible>
  808.         <dontWrap> <false /> </dontWrap>
  809.         <dontSearch> <false /> </dontSearch>
  810.         <sharedText> <false /> </sharedText>
  811.         <fixedLineHeight> <true /> </fixedLineHeight>
  812.         <autoTab> <false /> </autoTab>
  813.         <lockText> <true /> </lockText>
  814.         <rect>
  815.             <left>80</left>
  816.             <top>19</top>
  817.             <right>405</right>
  818.             <bottom>45</bottom>
  819.         </rect>
  820.         <style>rectangle</style>
  821.         <autoSelect> <false /> </autoSelect>
  822.         <showLines> <false /> </showLines>
  823.         <wideMargins> <false /> </wideMargins>
  824.         <multipleLines> <false /> </multipleLines>
  825.         <reservedFamily> 0 </reservedFamily>
  826.         <titleWidth>0</titleWidth>
  827.         <icon>0</icon>
  828.         <textAlign>center</textAlign>
  829.         <font>New York</font>
  830.         <textSize>18</textSize>
  831.         <textStyle>plain</textStyle>
  832.         <textHeight>24</textHeight>
  833.         <name>Help Title</name>
  834.         <script></script>
  835.     </part>
  836.     <part>
  837.         <id>6</id>
  838.         <type>field</type>
  839.         <visible> <true /> </visible>
  840.         <dontWrap> <false /> </dontWrap>
  841.         <dontSearch> <false /> </dontSearch>
  842.         <sharedText> <false /> </sharedText>
  843.         <fixedLineHeight> <true /> </fixedLineHeight>
  844.         <autoTab> <false /> </autoTab>
  845.         <lockText> <false /> </lockText>
  846.         <rect>
  847.             <left>0</left>
  848.             <top>64</top>
  849.             <right>512</right>
  850.             <bottom>82</bottom>
  851.         </rect>
  852.         <style>rectangle</style>
  853.         <autoSelect> <false /> </autoSelect>
  854.         <showLines> <false /> </showLines>
  855.         <wideMargins> <false /> </wideMargins>
  856.         <multipleLines> <false /> </multipleLines>
  857.         <reservedFamily> 0 </reservedFamily>
  858.         <titleWidth>0</titleWidth>
  859.         <icon>0</icon>
  860.         <textAlign>left</textAlign>
  861.         <font>Chicago</font>
  862.         <textSize>12</textSize>
  863.         <textStyle>plain</textStyle>
  864.         <textHeight>16</textHeight>
  865.         <name></name>
  866.         <script></script>
  867.     </part>
  868.     <part>
  869.         <id>8</id>
  870.         <type>button</type>
  871.         <visible> <true /> </visible>
  872.         <reserved5> 0 </reserved5>
  873.         <reserved4> 0 </reserved4>
  874.         <reserved3> 0 </reserved3>
  875.         <reserved2> 0 </reserved2>
  876.         <reserved1> 0 </reserved1>
  877.         <enabled> <true /> </enabled>
  878.         <rect>
  879.             <left>420</left>
  880.             <top>36</top>
  881.             <right>510</right>
  882.             <bottom>62</bottom>
  883.         </rect>
  884.         <style>roundrect</style>
  885.         <showName> <true /> </showName>
  886.         <highlight> <false /> </highlight>
  887.         <autoHighlight> <true /> </autoHighlight>
  888.         <sharedHighlight> <true /> </sharedHighlight>
  889.         <family>0</family>
  890.         <titleWidth>0</titleWidth>
  891.         <icon>0</icon>
  892.         <textAlign>center</textAlign>
  893.         <font>Chicago</font>
  894.         <textSize>12</textSize>
  895.         <textStyle>plain</textStyle>
  896.         <name>Return</name>
  897.         <script>on mouseUp
  898. pop card into It
  899. IF third word of It is 5341
  900. THEN
  901. ELSE
  902. hide message box
  903. visual effect iris close
  904. go to It
  905. END IF
  906. end mouseUp
  907. </script>
  908.     </part>
  909.     <content>
  910.         <layer>card</layer>
  911.         <id>4</id>
  912.         <text>Format HELP Card</text>
  913.     </content>
  914.     <content>
  915.         <layer>card</layer>
  916.         <id>6</id>
  917.         <text>Number                           Date       Initials   Description</text>
  918.     </content>
  919.     <content>
  920.         <layer>background</layer>
  921.         <id>19</id>
  922.         <text>***** Format for Subject List *****
  923. Alexander, Timothy R.     24MAY85      GC      Auto-biography
  924.  
  925. ***** Format for Subject SubList *****
  926. Birthplace               24MAY85      GC       Time, date, location
  927. Family Album             24MAY85      GC       Photos, legal documents
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937. </text>
  938.     </content>
  939.     <name></name>
  940.     <script></script>
  941. </card>
  942.  
  943.  
  944. card_2881.xml
  945. <?xml version="1.0" encoding="utf-8" ?>
  946. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  947. <card>
  948.     <id>2881</id>
  949.     <filler1>0</filler1>
  950.     <cantDelete> <false /> </cantDelete>
  951.     <showPict> <true /> </showPict>
  952.     <dontSearch> <false /> </dontSearch>
  953.     <owner>2562</owner>
  954.     <link rel="stylesheet" type="text/css" href="stylesheet_4416.css" />
  955.     <part>
  956.         <id>9</id>
  957.         <type>button</type>
  958.         <visible> <true /> </visible>
  959.         <reserved5> 0 </reserved5>
  960.         <reserved4> 0 </reserved4>
  961.         <reserved3> 0 </reserved3>
  962.         <reserved2> 0 </reserved2>
  963.         <reserved1> 0 </reserved1>
  964.         <enabled> <true /> </enabled>
  965.         <rect>
  966.             <left>457</left>
  967.             <top>315</top>
  968.             <right>482</right>
  969.             <bottom>342</bottom>
  970.         </rect>
  971.         <style>transparent</style>
  972.         <showName> <false /> </showName>
  973.         <highlight> <false /> </highlight>
  974.         <autoHighlight> <true /> </autoHighlight>
  975.         <sharedHighlight> <true /> </sharedHighlight>
  976.         <family>0</family>
  977.         <titleWidth>0</titleWidth>
  978.         <icon>1013</icon>
  979.         <textAlign>center</textAlign>
  980.         <font>Chicago</font>
  981.         <textSize>12</textSize>
  982.         <textStyle>plain</textStyle>
  983.         <name>Next</name>
  984.         <script>on mouseUp
  985. visual effect scroll left
  986. go to card id 3640
  987. end mouseUp
  988. </script>
  989.     </part>
  990.     <part>
  991.         <id>10</id>
  992.         <type>button</type>
  993.         <visible> <true /> </visible>
  994.         <reserved5> 0 </reserved5>
  995.         <reserved4> 0 </reserved4>
  996.         <reserved3> 0 </reserved3>
  997.         <reserved2> 0 </reserved2>
  998.         <reserved1> 0 </reserved1>
  999.         <enabled> <true /> </enabled>
  1000.         <rect>
  1001.             <left>0</left>
  1002.             <top>308</top>
  1003.             <right>39</right>
  1004.             <bottom>342</bottom>
  1005.         </rect>
  1006.         <style>transparent</style>
  1007.         <showName> <false /> </showName>
  1008.         <highlight> <false /> </highlight>
  1009.         <autoHighlight> <true /> </autoHighlight>
  1010.         <sharedHighlight> <true /> </sharedHighlight>
  1011.         <family>0</family>
  1012.         <titleWidth>0</titleWidth>
  1013.         <icon>21700</icon>
  1014.         <textAlign>center</textAlign>
  1015.         <font>Chicago</font>
  1016.         <textSize>12</textSize>
  1017.         <textStyle>plain</textStyle>
  1018.         <name>GoHome</name>
  1019.         <script>on mouseUp
  1020. pop card into It
  1021. repeat until last word of It contains "home"
  1022. pop card into It
  1023. end repeat
  1024. hide message box
  1025. visual effect iris close
  1026. go to stack "*File System Index Stack"
  1027. end mouseUp
  1028. </script>
  1029.     </part>
  1030.     <part>
  1031.         <id>13</id>
  1032.         <type>field</type>
  1033.         <visible> <true /> </visible>
  1034.         <dontWrap> <false /> </dontWrap>
  1035.         <dontSearch> <false /> </dontSearch>
  1036.         <sharedText> <false /> </sharedText>
  1037.         <fixedLineHeight> <true /> </fixedLineHeight>
  1038.         <autoTab> <false /> </autoTab>
  1039.         <lockText> <false /> </lockText>
  1040.         <rect>
  1041.             <left>77</left>
  1042.             <top>19</top>
  1043.             <right>401</right>
  1044.             <bottom>45</bottom>
  1045.         </rect>
  1046.         <style>rectangle</style>
  1047.         <autoSelect> <false /> </autoSelect>
  1048.         <showLines> <false /> </showLines>
  1049.         <wideMargins> <false /> </wideMargins>
  1050.         <multipleLines> <false /> </multipleLines>
  1051.         <reservedFamily> 0 </reservedFamily>
  1052.         <titleWidth>0</titleWidth>
  1053.         <icon>0</icon>
  1054.         <textAlign>center</textAlign>
  1055.         <font>New York</font>
  1056.         <textSize>18</textSize>
  1057.         <textStyle>plain</textStyle>
  1058.         <textHeight>24</textHeight>
  1059.         <name>Drawing Number</name>
  1060.         <script></script>
  1061.     </part>
  1062.     <content>
  1063.         <layer>background</layer>
  1064.         <id>19</id>
  1065.         <text>A thru Z
  1066.  
  1067. ******** A
  1068. Alexander, Timothy R.     24MAY85     GC      Auto-biography
  1069.  
  1070. ******** B
  1071.  
  1072. ******** C
  1073.  
  1074. ******** D
  1075.  
  1076. ******** E
  1077. Employee list             10Jun82     DE      Name, Hire Date, Employee#, Address
  1078.  
  1079. ******** F
  1080.  
  1081. ******** G
  1082. Gardening                 10Jun82     DE      Indoor, Outdoor plants, catalogs
  1083.  
  1084. ******** H
  1085.  
  1086. ******** I
  1087.  
  1088. ******** J
  1089.  
  1090. ******** K
  1091.  
  1092. ******** L
  1093.  
  1094. ******** M
  1095.  
  1096. ******** N
  1097.  
  1098. ******** O
  1099.  
  1100. ******** P
  1101.  
  1102. ******** Q
  1103.  
  1104. ******** R
  1105.  
  1106. ******** S
  1107.  
  1108. ******** T
  1109. Taxes                     10Jun82     DE      FICA, STATE, FED
  1110.  
  1111. ******** U
  1112.  
  1113. ******** V
  1114.  
  1115. ******** W
  1116. Wedding                   10Jun82     DE      Plans, invitations, H-moon
  1117.  
  1118.  
  1119. ******** X
  1120.  
  1121. ******** Y
  1122.  
  1123. ******** Z
  1124. Zoology                   10Jun82     DE      College assignment
  1125.  
  1126.  
  1127. </text>
  1128.     </content>
  1129.     <content>
  1130.         <layer>background</layer>
  1131.         <id>40</id>
  1132.         <text>Subject                          Date       Initials    Description</text>
  1133.     </content>
  1134.     <content>
  1135.         <layer>background</layer>
  1136.         <id>43</id>
  1137.         <text>Summary of Categories</text>
  1138.     </content>
  1139.     <content>
  1140.         <layer>card</layer>
  1141.         <id>13</id>
  1142.         <text>Alphabetic Topics List</text>
  1143.     </content>
  1144.     <name></name>
  1145.     <script>-- Button Messages Only
  1146.  
  1147. on newButton
  1148. pass newButton
  1149. end newButton
  1150.  
  1151. on deletButton
  1152. pass deletButton
  1153. end deletButton
  1154.  
  1155. on mouseDown
  1156. pass mouseDown
  1157. end mouseDown
  1158.  
  1159. on mouseStillDown
  1160. pass mouseStillDown
  1161. end mouseStillDown
  1162.  
  1163. on mouseUp
  1164. pass mouseUp
  1165. end mouseUp
  1166.  
  1167. on mouseEnter
  1168. pass mouseEnter
  1169. end mouseEnter
  1170.  
  1171. on mouseWithin
  1172. pass mouseWithin
  1173. end mouseWithin
  1174.  
  1175. on mouseLeave
  1176. pass mouseLeave
  1177. end mouseLeave
  1178.  
  1179. -- Field Messages Only
  1180.  
  1181. on newField
  1182. pass newField
  1183. end newField
  1184.  
  1185. on deleteField
  1186. pass deleteField
  1187. end deleteField
  1188.  
  1189. on openField
  1190. pass openField
  1191. end openField
  1192.  
  1193. on closeField
  1194. pass closeField
  1195. end closeField
  1196.  
  1197. on mouseDown
  1198. pass mouseDown
  1199. end mouseDown
  1200.  
  1201. on mouseStillDown
  1202. pass mouseStillDown
  1203. end mouseStillDown
  1204.  
  1205. on mouseUp
  1206. pass mouseUp
  1207. end mouseUp
  1208.  
  1209. on mouseEnter
  1210. pass mouseEnter
  1211. end mouseEnter
  1212.  
  1213. on mouseWithin
  1214. pass mouseWithin
  1215. end mouseWithin
  1216.  
  1217. on mouseLeave
  1218. pass mouseLeave
  1219. end mouseLeave
  1220.  
  1221. -- Card Meesages Only
  1222.  
  1223. on newCard
  1224. pass newCard
  1225. end newCard
  1226.  
  1227. on deleteCard
  1228. pass deleteCard
  1229. end deleteCard
  1230.  
  1231. on openCard
  1232. pass openCard
  1233. end openCard
  1234.  
  1235. on closeCard
  1236. pass closeCard
  1237. end closeCard
  1238.  
  1239. on mouseDown
  1240. pass mouseDown
  1241. end mouseDown
  1242.  
  1243. on mouseStillDown
  1244. pass mouseStillDown
  1245. end mouseStillDown
  1246.  
  1247. on mouseUp
  1248. pass mouseUp
  1249. end mouseUp
  1250.  
  1251. on startUp
  1252. pass startUp
  1253. end startUp
  1254.  
  1255. on idle
  1256. pass idle
  1257. end idle
  1258.  
  1259. on returnKey
  1260. pass returnKey
  1261. end returnKey
  1262.  
  1263. on enterKey
  1264. pass enterKey
  1265. end enterKey
  1266.  
  1267. on tabKey
  1268. pass tabKey
  1269. end tabKey
  1270.  
  1271. on cantUnderstand
  1272. pass cantUnderstand
  1273. end cantUnderstand
  1274.  
  1275. on arrowKey whichKey
  1276. pass arrowKey
  1277. end arrowKey
  1278.  
  1279. on functionKey theParameter
  1280. pass functionKey
  1281. end functionKey
  1282.  
  1283. on controlKey theParameter
  1284. pass controlKey
  1285. end controlKey
  1286.  
  1287. on newBackground
  1288. pass newBackground
  1289. end newBackground
  1290.  
  1291. on deleteBackground
  1292. pass deleteBackground
  1293. end deleteBackground
  1294.  
  1295. on openBackground
  1296. pass openBackground
  1297. end openBackground
  1298.  
  1299. on closeBackground
  1300. pass closeBackground
  1301. end closeBackground
  1302.  
  1303. on newStack
  1304. pass newStack
  1305. end newStack
  1306.  
  1307. on deleteStack
  1308. pass deleteStack
  1309. end deleteStack
  1310.  
  1311. on openStack
  1312. pass openStack
  1313. end openStack
  1314.  
  1315. on closeStack
  1316. pass closeStack
  1317. end closeStack
  1318.  
  1319. on help
  1320. pass help
  1321. end help
  1322.  
  1323. on suspend
  1324. pass suspend
  1325. end suspend
  1326.  
  1327. on resume
  1328. pass resume
  1329. end resume
  1330.  
  1331. on quit
  1332. pass quit
  1333. end quit
  1334.  
  1335. </script>
  1336. </card>
  1337.  
  1338.  
  1339.